object dlgImageSlideshowOptions: TdlgImageSlideshowOptions Left = 449 Top = 317 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Image Slideshow Options' ClientHeight = 181 ClientWidth = 353 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter ShowHint = True PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 337 Height = 134 Shape = bsFrame end object Label7: TLabel Left = 21 Top = 26 Width = 142 Height = 13 Caption = 'Output Title Pages at the size:' end object Label12: TLabel Left = 233 Top = 26 Width = 5 Height = 13 Caption = 'x' end object Label1: TLabel Left = 24 Top = 82 Width = 100 Height = 13 Caption = 'Output JPEG Quality:' end object spnTitlePageDimsX: TSpinEdit Left = 175 Top = 21 Width = 53 Height = 22 Hint = 'Specifies the width that title pages will be created at. For be' + 'st quality the value should be the same or larger than screen si' + 'ze' Increment = 10 MaxValue = 10000 MinValue = 100 TabOrder = 0 Value = 1600 end object spnTitlePageDimsY: TSpinEdit Left = 245 Top = 21 Width = 53 Height = 22 Hint = 'Specifies the height that title pages will be created at. For b' + 'est quality the value should be the same or larger than screen s' + 'ize' Increment = 10 MaxValue = 10000 MinValue = 100 TabOrder = 1 Value = 1200 end object chkShrinkLargeImages: TCheckBox Left = 34 Top = 48 Width = 289 Height = 17 Hint = 'To reduce the size of your slideshow on the disk you can use thi' + 's option and any large images will be shrunk to the size specifi' + 'ed (as long as the size is larger than the screen then there wil' + 'l be no reduction in display quality)' Caption = 'Also reduce large images to this size' TabOrder = 2 end object chkAutoRun: TCheckBox Left = 24 Top = 111 Width = 296 Height = 17 Hint = 'If this option is specified an autorun.inf file will be included' + ' on the CD-ROM so that when the disk is inserted into a computer' + ' it will start playing automatically' Caption = 'Display slideshow automatically when disc is inserted' Checked = True State = cbChecked TabOrder = 4 end object btnOK: TsitBitBtn Left = 175 Top = 150 Width = 81 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 5 Images = frmMain.ImageList1 ImageIndex = 0 end object btnCancel: TsitBitBtn Left = 261 Top = 150 Width = 83 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 Images = frmMain.ImageList1 ImageIndex = 1 end object spnJPEGQuality: TSpinEdit Left = 133 Top = 77 Width = 53 Height = 22 Hint = 'The JPEG quality value that is used for any images that are save' + 'd (a value between 75 and 95 is recommended)' Increment = 10 MaxValue = 100 MinValue = 1 TabOrder = 3 Value = 95 end end